projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a77017
)
unlock: Fix description for --hotfix
author
Colin Walters
<walters@verbum.org>
Mon, 16 Jan 2017 18:41:20 +0000
(13:41 -0500)
committer
Atomic Bot
<atomic-devel@projectatomic.io>
Mon, 16 Jan 2017 18:45:08 +0000
(18:45 +0000)
Came up during an IRC discussion. The text is accurate but
not very helpful.
Closes: #647
Approved by: dustymabe
src/ostree/ot-admin-builtin-unlock.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-admin-builtin-unlock.c
b/src/ostree/ot-admin-builtin-unlock.c
index 0f22d0a615d61dd0cec47bd32d1c18e85e47a193..aecba51bb35c2ee76d388807a27686c00434bc90 100644
(file)
--- a/
src/ostree/ot-admin-builtin-unlock.c
+++ b/
src/ostree/ot-admin-builtin-unlock.c
@@
-34,7
+34,7
@@
static gboolean opt_hotfix;
static GOptionEntry options[] = {
- { "hotfix", 0, 0, G_OPTION_ARG_NONE, &opt_hotfix, "
Keep the current deployment as default
", NULL },
+ { "hotfix", 0, 0, G_OPTION_ARG_NONE, &opt_hotfix, "
Retain changes across reboots
", NULL },
{ NULL }
};